home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / pc / games / mac / __interesting_stuff__ / messerschmidt_s_macmagicoracle / card_2550.txt < prev    next >
Text File  |  1993-08-17  |  1KB  |  67 lines

  1. -- card: 2550 from stack: in
  2. -- bmap block id: 3702
  3. -- flags: 0000
  4. -- background id: 2282
  5. -- name: ONE
  6. ----- HyperTalk script -----
  7. on opencard
  8.   HIDE MENUBAR
  9.  
  10.   Play "magicmacoracle.S"
  11.   GO CARD "SECOND"
  12.   GO CARD "FLASH"
  13.   GO CARD "SECOND"
  14.   GO CARD "FLASH"
  15.  
  16. end opencard
  17.  
  18.  
  19.  
  20. -- part 1 (button)
  21. -- low flags: 00
  22. -- high flags: A000
  23. -- rect: left=1 top=55 right=296 bottom=164
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 23078 / 23078
  26. -- text alignment: 1
  27. -- font id: 0
  28. -- text size: 12
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: ASK A QUESTION
  32. ----- HyperTalk script -----
  33. on mouseUp
  34.   play "thunder"
  35.   GO CARD "EYES1"
  36.   GO CARD "EYES2"
  37.   GO CARD "EYES1"
  38.   GO CARD "START"
  39.  
  40.   GO CARD "Q1"
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 3 (button)
  46. -- low flags: 00
  47. -- high flags: A000
  48. -- rect: left=345 top=39 right=297 bottom=510
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 1009 / 1009
  51. -- text alignment: 1
  52. -- font id: 0
  53. -- text size: 12
  54. -- style flags: 0
  55. -- line height: 16
  56. -- part name: MAKE A WISH
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   play wind1
  60.   GO CARD "EYES1"
  61.   GO CARD "EYES2"
  62.   GO CARD "EYES1"
  63.  
  64.   go to card "WISH"
  65. end mouseUp
  66.  
  67.